From: Thien-Thi Nguyen Date: Thu, 17 May 2007 13:31:51 +0000 (+0000) Subject: (sgml-tag): Fix bug: Call sgml-transformation-function. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18845 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=cd2129618e387dfce2be77dea5f7aed3b03a9216;p=emacs.git (sgml-tag): Fix bug: Call sgml-transformation-function. --- diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index 51ff5e48a34..e8beed036c2 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -619,10 +619,10 @@ This only works for Latin-1 input." "Prompt for a tag and insert it, optionally with attributes. Completion and configuration are done according to `sgml-tag-alist'. If you like tags and attributes in uppercase do \\[set-variable] -`skeleton-transformation-function' RET `upcase' RET, or put this +`sgml-transformation-function' RET `upcase' RET, or put this in your `.emacs': (setq sgml-transformation-function 'upcase)" - (funcall (or skeleton-transformation-function 'identity) + (funcall (or sgml-transformation-function 'identity) (setq sgml-tag-last (completing-read (if (> (length sgml-tag-last) 0)